simple_pg_client 0.5.0

A native, asynchronous PostgreSQL client
Documentation

simple_pg_client

A work in progress, fork of tokio-postgres, to deeply intergrate with a pool and SQL Query builder.

Primary Goals:

  • Deeply integrate query builder.
  • Unify client types so generic client isn't needed. Replaced by impl Deref<Conn>.
  • Provided methods for fast & parallel unit testing via schema universes.
  • Optimize performance for our use cases.
  • Reduce incremental compile times via reducing monomorphization.